COM Modeling Sample - SQMCOMSample

This is an example program for using the SIMCA-QM part and the COM interface of SIMCA-Q dll. 

The application is a console application that takes the name of a usp as arguments.

Also see the readme.md file in the main Samples folder for general info on the Visual Studio sample projects.

SQMCOMSample.vcxproj
    This is the project file you open in Visual Studio.

SQMCOMSample.cpp
    This is the main application source file that contains the application
    class CSQMCOMSampleApp.

SQMCOMSampleDlg.h, SQMCOMSampleDlg.cpp - the dialog
    These files contain your CSQMCOMSampleDlg class.  This class defines
    the behavior of your application's main dialog, where the actual interaction with SIMCA-QM takes place.
    The dialog's template is in SQMCOMSample.rc, which can be edited in Microsoft Visual C++.
